Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGridRule<TGrid> Class
Members


In This Topic
    NGridRule<TGrid> Class
    In This Topic
    Serves as base class for Filtering, Sorting and Grouping rules of grids.
    Object Model
    NGridRule<TGrid> Class
    Syntax
    Type Parameters
    TGrid
    Remarks

    Filtering, Sorting and Grouping rules can be associated with a grid column. Because Filtering, Sorting and Grouping rules operate on running row values, the column serves as default provider for a running row value.

    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NElement
                Nevron.Nov.Grid.NGridRule<TGrid>
                   Nevron.Nov.Grid.NFilteringRule
                   Nevron.Nov.Grid.NRowValueGridRule<TGrid>

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also